<li></li> 这个标签 我设置了不现实点。但是在火狐里还是有点。怎们让它不显示。急,请指教

来源:百度知道 编辑:UC知道 时间:2024/05/29 06:57:04
#ifocus {
width:425px;
height:267px;
}
#ifocus_pic {
display:inline;
position:relative;
float:left;
width:260px;
height:268px;
overflow:hidden;
}
#ifocus_piclist {
position:absolute;
left:0;
top:0;
}
#ifocus_piclist li {
width:260px;
height:268px;
overflow:hidden;
}
#ifocus_piclist img {
width:260px;
height:268px;
}
#ifocus_btn {
display:inline;
float:right;
width:91px;
margin:2px 5px 2 0;
padding-right:3px;
}
#ifocus_btn li {
width:155px;
height:67px;
cursor:pointer;
opacity:0.5;
-moz-opacity:0.5;
filter:alpha(opacity=65);
}
#ifocus_btn img {
width:139px;
height:60px;
margin:4px 0 0 6px;
}
#ifocus_btn .current {
background: url(/pic/news/ifocus_btn_bg.gif) no-repeat;
opacity:1;
-moz-opacity:1;
filter:alpha(op

您好,感谢您对火狐的支持

  需要对ul,li进行css reset ,将列表符号隐藏.最常用的写法就是Ul,li,ol{list-style:none;}(也有人用ul,li,ol{list-style-type:none;})
  您可以在火狐官方网站下载火狐浏览器,在火狐社区了解更多内容。希望我的回答对您有所帮助,如有疑问,欢迎继续在本平台咨询。

针对类或ID加上 {list-style:none}去掉点